home *** CD-ROM | disk | FTP | other *** search
/ Freelog 29 / Freelog029.iso / Bas / Educ / PaintPC / install.exe / PaintPC.exe / scripts / DefineButton2_120 / BUTTONCONDACTION on(press).as
Text File  |  1999-06-04  |  95b  |  8 lines

  1. on(press){
  2.    color = "13";
  3.    tellTarget("/swatch")
  4.    {
  5.       gotoAndStop(13);
  6.    }
  7. }
  8.